home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Grafik & Text / TPlot application ƒ / sample plots / objects < prev    next >
Text File  |  1996-07-05  |  293b  |  16 lines

  1. /* A simple example of a multiple parametric
  2. plot.  Each pair of columns is a plot--
  3. in this case, a triangle, a square, and a 
  4. segment.
  5.  
  6. As you can see, TPlot understands numbers saved
  7. in exponential notation.    */
  8.  
  9. !mpplot 4 5 2
  10. 0    0    1    1    1.5    1
  11. 1 0.2e1    1    2    -1    0
  12. 2    0    2    2        
  13. 0    0    2    1        
  14.         1    1        
  15.